projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68472c1
)
Improve textsec-restriction-level doc string
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 17 Jan 2022 17:29:12 +0000
(18:29 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 18 Jan 2022 08:57:54 +0000
(09:57 +0100)
* lisp/international/textsec.el (textsec-restriction-level):
Improve doc string.
lisp/international/textsec.el
patch
|
blob
|
history
diff --git
a/lisp/international/textsec.el
b/lisp/international/textsec.el
index c6bcd12ee1f29c7ac9caa5eaf1a301930a89da8a..9212c4f8de67e95897580e93ece6df9acd24f2a0 100644
(file)
--- a/
lisp/international/textsec.el
+++ b/
lisp/international/textsec.el
@@
-103,7
+103,7
@@
The scripts are as defined by the Unicode Standard Annex 24 (UAX#24)."
(defun textsec-restriction-level (string)
"Say what restriction level STRING qualifies for.
-Levels are (in order of restrictiveness) `ascii-only',
+Levels are (in
decreasing
order of restrictiveness) `ascii-only',
`single-script', `highly-restrictive', `moderately-restrictive',
`minimally-restrictive' and `unrestricted'."
(let ((scripts (textsec-covering-scripts string)))